home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / seahorse / glade / seahorse-revoke.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-13  |  7.9 KB  |  175 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkDialog" id="revoke">
  6.     <property name="visible">True</property>
  7.     <property name="border_width">5</property>
  8.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  9.     <property name="has_separator">False</property>
  10.     <signal name="delete_event" handler="delete_event"/>
  11.     <child internal-child="vbox">
  12.       <widget class="GtkVBox" id="dialog-vbox1">
  13.         <property name="visible">True</property>
  14.         <property name="spacing">2</property>
  15.         <child>
  16.           <widget class="GtkTable" id="table1">
  17.             <property name="visible">True</property>
  18.             <property name="border_width">5</property>
  19.             <property name="n_rows">2</property>
  20.             <property name="n_columns">2</property>
  21.             <property name="column_spacing">12</property>
  22.             <property name="row_spacing">6</property>
  23.             <child>
  24.               <widget class="GtkComboBox" id="reason">
  25.                 <property name="visible">True</property>
  26.               </widget>
  27.               <packing>
  28.                 <property name="left_attach">1</property>
  29.                 <property name="right_attach">2</property>
  30.                 <property name="y_options"></property>
  31.               </packing>
  32.             </child>
  33.             <child>
  34.               <widget class="GtkEventBox" id="eventbox1">
  35.                 <property name="visible">True</property>
  36.                 <property name="tooltip" translatable="yes">Reason for revoking the key</property>
  37.                 <child>
  38.                   <widget class="GtkLabel" id="label1">
  39.                     <property name="visible">True</property>
  40.                     <property name="xalign">0</property>
  41.                     <property name="label" translatable="yes">_Reason:</property>
  42.                     <property name="use_underline">True</property>
  43.                     <property name="mnemonic_widget">reason</property>
  44.                   </widget>
  45.                 </child>
  46.               </widget>
  47.               <packing>
  48.                 <property name="x_options">GTK_FILL</property>
  49.                 <property name="y_options"></property>
  50.               </packing>
  51.             </child>
  52.             <child>
  53.               <widget class="GtkLabel" id="label2">
  54.                 <property name="visible">True</property>
  55.                 <property name="xalign">0</property>
  56.                 <property name="label" translatable="yes">_Description:</property>
  57.                 <property name="use_underline">True</property>
  58.                 <property name="mnemonic_widget">description</property>
  59.               </widget>
  60.               <packing>
  61.                 <property name="top_attach">1</property>
  62.                 <property name="bottom_attach">2</property>
  63.                 <property name="x_options">GTK_FILL</property>
  64.                 <property name="y_options"></property>
  65.               </packing>
  66.             </child>
  67.             <child>
  68.               <widget class="GtkEntry" id="description">
  69.                 <property name="visible">True</property>
  70.                 <property name="can_focus">True</property>
  71.                 <property name="activates_default">True</property>
  72.                 <property name="tooltip" translatable="yes">Optional description of revocation</property>
  73.               </widget>
  74.               <packing>
  75.                 <property name="left_attach">1</property>
  76.                 <property name="right_attach">2</property>
  77.                 <property name="top_attach">1</property>
  78.                 <property name="bottom_attach">2</property>
  79.                 <property name="y_options"></property>
  80.               </packing>
  81.             </child>
  82.           </widget>
  83.           <packing>
  84.             <property name="position">1</property>
  85.           </packing>
  86.         </child>
  87.         <child internal-child="action_area">
  88.           <widget class="GtkHButtonBox" id="dialog-action_area1">
  89.             <property name="visible">True</property>
  90.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  91.             <child>
  92.               <widget class="GtkButton" id="helpbutton1">
  93.                 <property name="visible">True</property>
  94.                 <property name="can_focus">True</property>
  95.                 <property name="can_default">True</property>
  96.                 <property name="label">gtk-help</property>
  97.                 <property name="use_stock">True</property>
  98.                 <property name="response_id">-11</property>
  99.                 <signal name="clicked" handler="help"/>
  100.               </widget>
  101.             </child>
  102.             <child>
  103.               <widget class="GtkButton" id="cancelbutton1">
  104.                 <property name="visible">True</property>
  105.                 <property name="can_focus">True</property>
  106.                 <property name="can_default">True</property>
  107.                 <property name="label">gtk-cancel</property>
  108.                 <property name="use_stock">True</property>
  109.                 <property name="response_id">-6</property>
  110.                 <signal name="clicked" handler="closed"/>
  111.               </widget>
  112.               <packing>
  113.                 <property name="position">1</property>
  114.               </packing>
  115.             </child>
  116.             <child>
  117.               <widget class="GtkButton" id="okbutton1">
  118.                 <property name="visible">True</property>
  119.                 <property name="can_focus">True</property>
  120.                 <property name="can_default">True</property>
  121.                 <property name="has_default">True</property>
  122.                 <property name="tooltip" translatable="yes">Revoke key</property>
  123.                 <property name="response_id">-5</property>
  124.                 <signal name="clicked" handler="ok_clicked"/>
  125.                 <child>
  126.                   <widget class="GtkAlignment" id="alignment1">
  127.                     <property name="visible">True</property>
  128.                     <property name="xscale">0</property>
  129.                     <property name="yscale">0</property>
  130.                     <child>
  131.                       <widget class="GtkHBox" id="hbox1">
  132.                         <property name="visible">True</property>
  133.                         <property name="spacing">2</property>
  134.                         <child>
  135.                           <widget class="GtkImage" id="image1">
  136.                             <property name="visible">True</property>
  137.                             <property name="stock">gtk-ok</property>
  138.                           </widget>
  139.                           <packing>
  140.                             <property name="expand">False</property>
  141.                             <property name="fill">False</property>
  142.                           </packing>
  143.                         </child>
  144.                         <child>
  145.                           <widget class="GtkLabel" id="label3">
  146.                             <property name="visible">True</property>
  147.                             <property name="label" translatable="yes">Re_voke</property>
  148.                             <property name="use_underline">True</property>
  149.                           </widget>
  150.                           <packing>
  151.                             <property name="expand">False</property>
  152.                             <property name="fill">False</property>
  153.                             <property name="position">1</property>
  154.                           </packing>
  155.                         </child>
  156.                       </widget>
  157.                     </child>
  158.                   </widget>
  159.                 </child>
  160.               </widget>
  161.               <packing>
  162.                 <property name="position">2</property>
  163.               </packing>
  164.             </child>
  165.           </widget>
  166.           <packing>
  167.             <property name="expand">False</property>
  168.             <property name="pack_type">GTK_PACK_END</property>
  169.           </packing>
  170.         </child>
  171.       </widget>
  172.     </child>
  173.   </widget>
  174. </glade-interface>
  175.